const github.com/klauspost/compress/zstd.betterShortTableShardCnt

4 uses

	github.com/klauspost/compress/zstd (current package)
		enc_better.go#L25: 	betterShortTableShardCnt  = 1 << (betterShortTableBits - dictShardBits)     // Number of shards in the table
		enc_better.go#L26: 	betterShortTableShardSize = betterShortTableSize / betterShortTableShardCnt // Size of an individual shard
		enc_better.go#L50: 	shortTableShardDirty [betterShortTableShardCnt]bool
		enc_better.go#L1183: 		const shardCnt = betterShortTableShardCnt